﻿@charset "utf-8";
/*

*/
 
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input
{margin:0;padding:0;}
body,input,textarea{font-size: 14px;color:#666666; font-family: '微软雅黑';}
img{border:none;}
ul,ol,li,a{list-style:none;text-decoration: none;}
input,select,textarea{outline:none;border:none; background:#FFF;}
textarea{resize:none;}
 
/*清浮动*/
.clearfix:after{content:"";display:block;clear:both;}
.clearfix{zoom:1;}
 
/*公共部分*/
.fl{ float: left; } /*左浮动*/
.fr{ float: right;} /*右浮动*/
.c { clear: both; } /*清浮动*/
.dn{ display: none; } /*不显示*/

/* ------------------------------------------index----------------------------------- */

/* 头部 */

/* 顶部样式 */
.h_top_c{
	width: 100%;
	height: 45px;
	background-color: #000000;
}
.h_top,.h_mid{
	width: 980px;
	margin:0 auto;
	position: relative;
}
.h_top div{
	float: left;
	height: 45px;
	line-height: 45px;
	padding-left: 45px;
	font-size: 16px;
	color:#fff;
	background: url(../images/0013920_45.png) no-repeat left 10px;
}
.h_top span{
	position: absolute;
	top: 12px;
	right: 0;
	color:#ffd200;
	font-size: 16px;
}
/* 顶部样式 end*/

/* logo search */
.h_mid_c{
	width: 100%;
	height: 100px;
	background-color: #ffffff;
	position: relative;
	z-index: 99;
}
.logo{
	float: left;
	margin-top: 15px;
}

.search{
	float: right;
	/* width: 294px; */
	margin-top: 15px;
}
/* 	中英文切换 */
.top_menu{float: right;padding: 0px 0px 0px 14px;font-size: 12px;color: #9C9C9C;width: 250px;height: 22px;border:1px solid #dfe1e3;background: #fff;border-radius: 0 0 15px 15px;position: relative;top: -1px;right: 0;font-family: "Microsoft YaHei";}
.top_menu img{
    display: -webkit-inline-box;
}
/* 	中英文切换 */
.s_c{
/* 	width: 243px; */
	height: 35px;
	float: left;
/* 	border:1px solid #220630; */
	position: relative;
	z-index: 10;
}
.search_text{
	width: 156px;
	height: 30px;
	font-size: 12px;
	line-height: 32px;
	border: 1px solid #eaeaea;
	background-color: #fff;
	text-indent: 6px;
	color:#707070;
	float: left;
	margin-right: 6px;
}
.drop_down{
	float: left;
	width: 73px;
	height: 35px;
	line-height: 35px;
	color:#39114e;
	padding-left: 10px;
	background:url(../images/drop_down_icon_03.png) no-repeat 90% center;
	cursor: pointer;
}
.drop_down:hover{
	color:#763696;
}
.dd_list{
	width: 83px;
	position: absolute;
	top: 35px;
	right: 0;
	z-index: 9;
	background-color: #efe6f3;
}
.dd_list span{
	display: inline-block;
	width: 73px;
	padding-left: 10px;
	height: 35px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	line-height: 35px;
	color:#39114e;
	cursor: pointer;
}
.dd_list span:hover{
	color:#763696;
}
.current_dd_span{
	color:#fff!important;
	background-color: #220630;
}
.search_submit{
	width: 34px;
	height: 32px;
	float: left;
	background: #2d4310 url(../images/0013920_45.png) no-repeat 5px -92px;
	cursor: pointer;
	border-radius: 4px;
}
.search_submit:hover{
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.h_mid_news{
	width: 100%;
	height: 56px;
	background: url(../images/gg_bg_haha_07.png);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
}
.h_mid_news_c{
	width: 980px;
	height: 56px;
	margin:0 auto;
}
.h_mid_news_c_nn{
	width: 300px;
	height: 56px;
	line-height: 56px;
	color:#fff;
	font-size: 12px;
	font-family: "宋体";
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	background: url(../images/gg_bg_text_07.png) no-repeat left center;
	padding-left: 88px;
	text-align: left;
}
/* logo search end*/

/* 头部 end*/

/* nav */
.nav_c{
	width: 100%;
	height: 55px;
	background-color: #10A710;
}
.nav{
	width: 1010px;
	margin:0 auto;
	height: 55px;
	position: relative;
	z-index: 1;
}
.nav ul li{
	float: left;
	width: 101px;
	height: 55px;
	background: url(../images/xg_03.png) no-repeat right center;
/* 	position: relative; */
/* 	z-index:8; */
}
/* .nav ul li:hover{
	background:#23201d;
} */

/* .nav ul li.on{
	background:#23201d;
} */
/* .nav ul li.on a{
	color:#fff;
} */
.nav ul li a{
	display: inline-block;
	width: 80px;
	height: 28px;
	line-height: 28px;
	color:#fff;
	margin-left: 7px;
	border-radius: 6px;
	font-family: "宋体";
	margin-top: 14px;
	text-align: center;
	position: relative;
}
.nav ul li a:hover{
	background-color: #EF8200;
}
.nav ul li a:first-child{
	border-top: 0;
}
.nav ul li:last-child{
	background: none;
}
.nav ul li a:hover{
	color:#fff;
}
.nav ul li a:hover i{
	display: block;
}
.nav ul li i{
	display: none;
	width: 12px;
	height: 5px;
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -6px;
	background: url(../images/down_sanjiao_07.png) no-repeat center;
}
.nav_dd{
 	width: 1015px; 
/* 	height: 32px; */
	position: absolute;
	top: 55px;
	left: 0;
	z-index: 7;
	text-align: center;
}
.nav_dd_bg{
	width: 1015px; 
	height: 32px;
	background:#EF8200;
	overflow: hidden;
	border-radius: 7px;
	margin-top: 5px;
}
.nav_dd a{
	display: inline-block!important;
	width:125px!important;
	height: 20px!important;
	line-height: 20px !important;
	margin-top: 6px!important;
	border-top: 0!important;
	margin:0 10px;
	color:#fff!important;
	border-right: 1px solid #fff;
	padding-right: 5px;
	margin-right: 0;
	background: none!important;
	border-radius: 0!important;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.nav_dd a:hover{
	text-decoration: underline;
}
.nav_dd a:last-child{
	border-right: 0;
}
/* nav end*/

/* banner */
.banner{
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
}
/* .banner img{
	display:block;
} */
/* banner end*/

/* icon_nav */
/* .icon_nav_c{
	width: 100%;
	height: 190px;
	background-color: #ebebeb;
	overflow: hidden;
	border-bottom: 1px solid #dfdfdf;
}
.icon_nav{
	width: 980px;
	margin:0 auto;
}
.icon_nav_title{
	width: 118px;
	height: 118px;
	background-color: #632781;
}
.icon_nav_title{
	float: left;
	margin-top: 24px;
}
.icon_nav_title:hover{
	opacity: 0.95;
	filter: alpha(opacity=95);
}
.icon_nav_title a h2{
	width: 60px;
	height: 63px;
	line-height: 32px;
	margin:0 auto;
	padding-top: 10px;
	font-size: 30px;
	color:#f1a4f0;
	font-weight: normal;
}
.icon_nav_title a span{
	display: block;
	height: 33px;
	line-height: 33px;
	text-align: center;
	color:#79369a;
	background-color: #4b1865;
	font-size: 18px;
	font-weight: bold;
	margin-top: 12px;
}
.icon_nav_list{
	float: left;
	margin-left: 10px;
	margin-top: 30px;
}
.icon_nav_list ul li{
	float: left;
	width: 70px;
	margin:0 8px;
	text-align: center;
}
.icon_nav_list ul li a span{
	display: block;
	margin-top: 10px;
	font-size: 16px;
	color:#390f4e;
}
.icon_nav_list ul li img{
	border-radius: 5px;
}
.icon_nav_list ul li:hover img{
	-webkit-box-shadow: 0 2px 2px #531272;
	box-shadow: 0 2px 2px #531272;
} */

.icon_nav{
	width: 260px;
	height: 255px;
	margin-top: 20px;
	margin-left: 11px;
}
.icon_nav ul li{
	float: left;
	width: 100px;
	text-align: center;
	margin-right: 30px;
	margin-bottom: 10px;
	font-size: 16px;
}
.icon_nav ul li a{
	color:#555555;
}
.icon_nav ul li a span{
	display: inline-block;
	width: 100%;
	margin-top: 5px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.icon_nav ul li a span:hover{
	color:#10a710;
}
.icon_nav ul li a img{
	width: 100px;
	height: 80px;
	border-radius: 13px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.icon_nav ul li a img:hover{
/* 	-webkit-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
-o-transform: rotateY(360deg);
transform: rotateY(360deg); */
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: 0 2px 4px #444;
	box-shadow: 0 2px 4px #444;
}


.about_text{
	width: 605px;
	height: 205px;
	margin-left: 6px;
	margin-top: 33px;
	/* border-left: 1px solid #dcdcdc; */
	padding: 6px 36px 6px 20px;
	padding-top: 0;
	line-height: 26px;
}


/* main */
.main_c{
	width: 100%;
/* 	background-color: #efe6f3; */
}
.main{
	width: 980px;
	margin:0 auto;
	overflow: hidden;
}

/* common */
.common{
	width: 980px;
	margin:0 auto;
	margin-top: 10px;
}
.common_title{
	position: relative;
	height: 45px;
	margin-bottom: 15px;
	border-bottom: 2px solid #d6bae4;
}
.common_title h2{
	width: 100px;
	padding-left: 36px;
	padding-bottom: 6px;
	position: absolute;
	left: 0;
	top: 10px;
	border-bottom: 2px solid #8241a3;
	font-size: 22px;
	font-weight: normal;
	color:#632781;
	text-align: center;
}
.common_title a{
	display: inline-block;
	width: 70px;
	height: 26px;
	line-height: 26px;
	position: absolute;
	top: 10px;
	right: 9px;
	text-align: center;
	color:#f1a4f0;
	background-color: #632781;
}
.common_title a:hover{
	opacity: 0.95;
	filter: alpha(opacity=95);
}

/* 22222222222 */
.c_title{
	position: relative;
	margin-top: 30px;
}
.c_title h2{
	font-size: 24px;
	color:#006100;
	background: url(../images/001404_05.jpg) no-repeat left center;
	font-weight: bold;
	padding-left: 15px;
}
.c_title a{
	display: inline-block;
	color:#006100;
	font-size: 12px;
	font-family: "宋体";
	background: url(../images/0014042_11.png) no-repeat right center;
	padding-right: 12px;
	position: absolute;
	top: 15px;
	right: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.c_title span{
	display: block;
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	color:#fff;
	background-color: #10a710;
	font-family: "Arial";
	padding-left: 3px;
	margin-top: 5px;
}

.c_title a:hover{
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	-o-transform: translateX(-5px);
	transform: translateX(-5px);
}

/* common */

/* 优惠 */
.youhui_banner{
	width: 336px;
	float: left;
}
.big_pic{
	width: 323px;
	height: 309px;
	border:2px solid #c4a7d2;
	overflow: hidden;
}
.big_pic img{
	width: 323px;
	height: 309px;
}
.small_pic{
	margin-top: 8px;
}
.small_pic a{
	float: left;
	display: inline-block;
	width: 71px;
	height: 70px;
	border:2px solid #c7abd4;
	margin-right: 9px;
}
.small_pic a img{
	width: 71px;
	height: 70px;
}
.current_small_pic_a{
	border:2px solid #632781!important;
}

.youhui_content{
	float: left;
	width: 651px;
	margin-left: 13px;
}
.youhui_content .common_title h2{
	background: url(../images/0013920_43.png) no-repeat;
}

.youhui_content_c h2{
	width: 100%;
	color:#632781;
	font-size: 20px;
	text-decoration: underline;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.youhui_content_c h2:hover{
	color:#9549bb;
}
.youhui_p{
	height: 77px;
	line-height: 25px;
	overflow: hidden;
	margin-top: 11px;
	color:#866e92;
}
.youhui_s{
	margin-top: 18px;
}
.youhui_s span{
	display: inline-block;
	padding:0 9px;
	color:#dd0000;
	font-size: 16px;
	border:1px solid #dd0000;
	margin-right: 5px;
}
.youhui_s i{
	display: inline-block;
	padding:0 9px;
	color:#603774;
	font-size: 16px;
	border:1px solid #603774;
	font-weight: normal;
	text-decoration: line-through;
}
.youhui_content_list{
/* 	height: 152px; */
	background-color: #dec6ea;
	padding:17px 15px;
	margin-top: 23px;
}
.youhui_content_list ul li{
	width: 100%;
	height: 30px;
	line-height: 30px;
}
.youhui_content_list ul li a{
	display: inline-block;
	width: 100%;
	color:#632781;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.youhui_content_list ul li a:hover{
	text-decoration: underline;
}

/* 优惠 end*/

/* 专家团队 */
.zhuanjia .common_title h2{
	background: url(../images/0013920_43.png) no-repeat left -121px;
}
.zhuanjia_list ul li{
	float: left;
	width: 241px;
	height: 316px;
	border: 2px solid #d6bae4;
}
.zhuanjia_list ul li:hover{
	border: 2px solid #632781;
}
.zhuanjia_pic img{
	width: 241px;
	height: 184px;
}

.zhuanjia_c{
	padding:11px 8px;
}
.zhuanjia_c h2{
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	color:#390f4e;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.zhuanjia_c div{
	width: 100%;
	height: 36px;
	overflow: hidden;
	color:#684f74;
	margin-top: 5px;
	margin-bottom: 9px;
}
.zhuanjia_c span{
	display: inline-block;
	width:73px;
	padding-left: 36px;
	height: 35px;
	line-height: 35px;
	background: #632781 url(../images/0001392_time_09.png) no-repeat 9px center;
	border-radius: 5px;
/* 	text-align: center; */
	color:#dec6ea;
	font-size: 16px;
	margin-right: 2px;
}
.zhuanjia_c span:hover{
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.zhuanjia_c strong{
	display: inline-block;
	width:109px;
	height: 35px;
	line-height: 35px;
	border-radius: 5px;
 	text-align: center; 
	color:#dec6ea;
	background-color: #a73998;
	font-size: 16px;
	font-weight: normal;
}
.zhuanjia_c strong:hover{
	opacity: 0.9;
	filter: alpha(opacity=90);
}
/* 专家团队 */

/* 特色技术 */
.tese .common_title h2{
	background: url(../images/0013920_43.png) no-repeat left -240px;
}
.tese_content_p{
	width: 730px;
	height: 210px;
	line-height: 26px;
	overflow: hidden;
	color:#612d7b;
}
.tese_content_pic img{
	width: 237px;
	height: 214px;
}
/* 特色技术end */

/* 案例展示 */
.anli .common_title h2{
	background: url(../images/0013920_43.png) no-repeat left -356px;
}

.anli_content ul li{
	width: 213px;
	height: 161px;
	float: left;
	overflow: hidden;
	position: relative;
}
.anli_zz{
	width: 81%;
	height: 80%;
	padding:10%;
	position: absolute;
	top: 100%;
	left: 0;
	background:url(../images/nav_li_bg_07.png);
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
}
.anli_zz a{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}
.anli_zz span{
	display: block;
	color:#cfb4db;
	margin-bottom: 10px;
}

/* 案例展示 end*/

/* 媒体报道 */
.meiti{
	width: 476px;
	float: left;
}
.meiti .common_title h2{
	background: url(../images/0013920_43.png) no-repeat left -473px;
}
.youhui_p_new{
	height: 50px;
	padding-bottom: 15px;
	border-bottom: 1px solid #c6b3d0;
}
.youhui_p_new p{
	height: 50px;
	overflow: hidden;
}
.meiti_list{
	margin-top: 10px;
}
.meiti_list ul li{
	width: 100%;
	height: 27px;
	line-height: 27px;
}
.meiti_list ul li a {
	display: inline-block;
	width: 100%;
	color: #632781;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.meiti_list ul li a:hover{
	text-decoration: underline;
}
/* 媒体报道 end*/
/* 科室简介 */
.keshi{
	width: 486px;
	float: right;
}
.keshi .common_title h2{
	background: url(../images/0013920_43.png) no-repeat left -590px;
}
.keshi_content{
	height: 210px;
	line-height: 26px;
	overflow: hidden;
	color:#612d7b;
}
/* 科室简介 end*/

/* 医院环境 */
.huanjing{
	width: 632px;
	padding:6px;
	float: left;
	border:1px solid #a869c7;
}
.huanjing .common_title h2{
	background: url(../images/0013920_43.png) no-repeat left -706px;
}

.huanjing_content{
	padding:0 10px;
}
.huanjing_content_pic img{
	width: 295px;
	height: 221px;
	margin-right: 8px;
}
.huanjing_content_pic img:hover{
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.huanjing_content_p h2{
	font-size: 18px;
	font-weight: normal;
	color:#632781;
	margin-top: 10px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.huanjing_content_p span{
	display: inline-block;
	width: 100%;
	color:#632781;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.huanjing_content_p strong{
	display: inline-block;
	width: 95px;
	height: 26px;
	line-height: 26px;
	color:#f1a4f0;
	text-align: center;
	background-color: #632781;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 15px;
}
.huanjing_content_p strong:hover{
	opacity: 0.95;
	filter: alpha(opacity=95);
}
/* 医院环境 end*/

/* 荣誉资质 */
.rongyu{
	width: 313px;
	padding:0 10px;
	padding-top: 6px;
	padding-bottom: 10px;
	float: right;
	border:1px solid #a869c7;
}
.rongyu_content_pic a img:hover{
	opacity: 0.9;
	filter: alpha(opacity=90);
}
/* 荣誉资质 end*/

/* 友情链接 */
.links{
	color:#747474;






	width: 980px;
	margin:12px auto;
	font-family: "宋体";
	font-size: 12px;
	text-align: center;
}
.links a{
	display: inline-block;
	color:#747474;
	margin:8px 13px;
}
.links a:hover{
	color:#2b2b2b;
	text-decoration: underline;
}
/* 友情链接 end*/

.bottom_c{
	width: 100%;
	background-color: #000000;
	padding:40px 0;
}
.bottom_nav{
	width: 980px;
	margin:0 auto;
}

.bottom_content{
	width: 644px;
	float: left;
	padding:3px 0;
	border-right: 1px solid #171717;
}
.bottom_content ul li{
	float: left;
	width: 115px;
	color:#676767;
	margin-right: 45px;
}
.bottom_content ul li h2{
	padding:10px 0;
	padding-left: 40px;
	font-size: 16px;
}
.gy{
	background: url(../images/0013920_45.png) no-repeat left -198px;
}
.zx{
	background: url(../images/0013920_45.png) no-repeat left -329px;
}
.xg{
	background: url(../images/0013920_45.png) no-repeat left -456px;
}
.jg{
	background: url(../images/0013920_45.png) no-repeat left -584px;
}
.bottom_content ul li a{
	color:#676767;
	display: block;
	padding-left: 40px;
	margin-bottom: 13px;
}
.bottom_content ul li a:hover{
	color:#9a9a9a;
}

.QR{
	width: 330px;
	float: right;
	margin-top: 10px;
}
.QR div{
	float: left;
	margin-left: 15px;
	margin-top: 40px;
}
.QR div span{
	display: block;
}
.QR img{
	float: left;
	margin-left: 25px;
}


.footer_c{
	width: 100%;
	height: 147px;
	background-color: #262626;
}
.footer{
	width: 980px;
	margin:0 auto;
}
.f_pic{
	width: 257px;
	height: 114px;
	text-align: right;
	float: left;
}
.f_pic img{
	margin-top: 37px;
}
.f_content{
	float: left;
	width: 980px;
	margin: 0 auto;
	line-height: 27px;
	color:#707070;
	margin-top: 50px;
	overflow: hidden;
	font-size: 12px;
	font-family: "宋体";
	text-align: center;
}
.f_content a{
	color:#707070;
}
.f_content a:hover{
	color:#54bd54;
}

.side_nav{
	position: fixed;
	top: 50%;
	right: 0;
  	width: 60px;
  	z-index: 99999;
}
.side_nav ul li{
	position: relative;
	width: 60px;
	height: 60px;
  	float: right; 
  	margin-bottom: 1px;
  	/* border-bottom: 1px solid #fff; */
}
.side_nav ul li a{
	display:inline-block;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
/* 	border-bottom: 1px solid #fff; */
}
/* .side_nav ul li:last-child,.side_nav ul li:last-child a{
	border-bottom: 0;
} */
.current_side_n{
	width: 140px!important;
}
.current_side_n a{
	width: 140px!important;
}
/* .current_side_n span{

} */
.side_nav ul li span{
/*  	display:block; */
	width: 148px;
	height: 148px;
  	float: left;
	color:#fff;
	line-height: 60px;
	font-size: 16px;
 	margin-left: 60px;
 	cursor: pointer;
}
.side_nav ul li span img{
	width: 148px;
	height: 148px;
}
.side_nav_3 a{
	width: 60px;
}
.side_nav_3 a span{
	width: 148px;
	height: 148px;
	position: absolute;
	right: 60px;
	bottom: 0;
	margin-left: 0!important;
 	display: none; 
}

.tel a{
	background: #10a710 url(../images/0013920_47.png) no-repeat 15px 15px;
}
.QQ a{
	background: #10a710 url(../images/0013920_47.png) no-repeat 15px -96px;
}
.sub_QR a{
	background: #10a710 url(../images/0013920_47.png) no-repeat 15px -207px;
}
.back_top a{
	background: #10a710 url(../images/0013920_47.png) no-repeat 15px -317px;
}


/* ------------------------------------------index end----------------------------------- */

/* ------------------------------------------subpage------------------------------------- */

/* 公共 */
.sub_common{
	margin-bottom: 13px;
}
.sub_common_padding{
/* 	padding:0 15px; */
/* 	padding-bottom: 7px; */
	padding-top: 11px;
	background-color: #fff;
	color:#515d6b;
	font-family: "宋体";
	font-size: 12px;
}
.sub_common_padding a{
	color:#390f4e;
}
.sub_common_title{
	width: 100%;
	height: 63px;
	line-height: 63px;
	background-color: #632781
}
.sub_common_title h2{
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	color:#efe6f3;
	background: url(../images/sub_common_title_bg_03.png) no-repeat center center;
}

.content_com_title{
	position: relative;
	height: 32px;
	border-bottom: 14px solid #10a710;
 	margin-bottom: 15px;
/* 	border-bottom: 2px solid #d6bae4; */
/* 	background:url(../images/00139956_03.jpg) no-repeat left bottom; */
/* 	padding-bottom: 10px; */
}
.content_com_title h2{
	display: inline-block;
/* 	padding-bottom: 6px; */
/* 	border-bottom: 2px solid #8241a3; */
	font-size: 22px;
	font-weight: bold;
	color:#006100;
	text-align: left;
	padding-left: 15px;
	background: url(../images/001404_05.jpg) no-repeat left center;
}
.bread{
	color:#006100;
	position: absolute;
	top: 8px;
	right: 0;
	padding-left: 15px;
	background: url(../images/r_snajiao_03.png) no-repeat left center;
}
.bread a{
	display: inline-block;
	color:#006100;
/* 	height: 26px;
line-height: 26px; */
}



/* 左侧 */
.sp_left{
	width: 225px;
	float: left;
	margin-top: 15px;
}
/* left_nav */
.sub_nav_list{
	overflow: hidden;
}
.sub_nav_list ul li{
	width: 195px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 9px;
	overflow: hidden;
}
.sub_nav_list ul li a{
	display: block;
	height: 33px;
	padding-left: 40px;
	border-radius: 20px;
	border:1px solid #7e5195;
}
.sub_nav_list ul li a:hover{
	background-color: #cd9ae6;
	border:1px solid #cd9ae6;

}
.current_snl a{
	color:#d6bae4!important;
	border:1px solid #632781!important;
	background-color: #632781!important;
}
/* left_nav */

/* 优惠模块 */
.syl_pic img{
	width: 240px;
	height: 138px;
}
.syl_list ul li{
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-bottom: 5px;
}
.syl_list ul li a{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color:#707070;
}
.syl_list ul li a:hover{
	color:#10a710;
	text-decoration: underline;
}
/* 优惠模块 end*/

/* 左侧联系我们 */
.sub_content_list{
	padding-bottom: 15px;
	line-height: 27px;
}
/* 左侧联系我们 end*/
/* 左侧  end*/

/* 右侧内容 */
.sp_content{
	width: 758px;
	float: right;
	margin-top: 15px;
}
.content{
	min-height: 672px;
	line-height: 24px;
	_height:expression(this.scrollHeight < 672 ? "672px" : "auto");
}
#tip b{color: #10a710;}
/* ------------------------------------------subpage end------------------------------------- */


.select{
	margin-right: 5px;
}
select{font-family: "微软雅黑";}
.select select{
	width: 96%;
	padding:0 2%;
	cursor: pointer;
}
div.selectbox-wrapper{border:#dcdcdc 1px solid;overflow:hidden;width:91px;position:absolute; top:32px;left: 0px;background:#fff;text-align:left;z-index:999; border-top:0;}
div.selectbox-wrapper ul li.selected{background:#7a7a7a;color:#fff}
div.selectbox-wrapper ul li.current{color:#fff;background-color:#7a7a7a}
div.selectbox-wrapper ul li{ float:left;display: inline-block;font-size:12px; 
	width: 81px;
	padding-left: 10px;
	height: 33px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	line-height: 33px;
	color:#7a7a7a;
	cursor: pointer;}
.selectbox{
	float: left;
	font-size:12px;
	width: 100px;
	height: 30px;
	line-height: 32px;
	border:1px solid #eaeaea;
	color:#7a7a7a;
	padding-left: 6px;
	background:url(../images/drop_down_icon_03.png) #fff  no-repeat 90% center;
	cursor: pointer;
	}
.text{ background:#fff; border:1px solid #eaeaea;font-size:12px; 
	width: 156px;
	height: 31px;
	line-height: 31px;
	
	text-indent: 6px;
	color:#7a7a7a;
	float: left;}
.button{width: 49px; z-index:9; position: relative;
	height: 37px;
	float: left;
	background: url(../images/temp/insexsearch.png) no-repeat left top;
	cursor: pointer; margin-left:-1px;}
.select{
	float: left;
	position:relative;
	width: 110px;
	height: 32px;
	line-height: 31px;
	color:#7a7a7a;
	}
.select select{margin:5px auto;width:80px}

/* 产品导航 */
.c_title_nav{
	text-align: center;
	margin-top: 10px;
}
.c_title_nav a{
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding:0 7px;
	color:#2f2f2f;
	background-color: #d7d7d7;
	border-radius: 4px;
	margin:0 4px;
}
.c_title_nav a:hover{
	color:#fff;
	background-color: #23201d;

}



.pro_cc_c{
	width: 980px;
	padding-bottom: 50px;
	margin: 0 auto;
	padding-top: 1px;
	background: url(../images/common_bg_07.jpg) no-repeat center bottom;
}

.picScroll-left{ 
	width:980px; 
	position:relative;
	margin-top: 20px;
}
.picScroll-left .hd{
	width: 100%; 
	overflow:hidden;  
	height:50px; 
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -25px;
	text-align: center;
}
.picScroll-left .hd .prev,.picScroll-left .hd .next{ 
	display:block;  
	width:27px; 
	height:50px;
	float: left; 
	cursor:pointer; 
	background: url(../images/0014042_03.png) no-repeat left center;
	border-radius: 4px;
/* 	margin:0 10px; */
}
.picScroll-left .hd .next{ background-position: right center; float: right; }
/* .picScroll-left .hd a:hover{background-color: #ea7724} */

.picScroll-left .hd .prevStop{ background-position:-60px 0; }
.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/icoCircle.gif") 0 -9px no-repeat; }
.picScroll-left .hd ul li.on{ background-position:0 0; }
.picScroll-left .bd{width: 915px; margin:0 auto;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ 
	margin:0 9px; 
	float:left; 
	_display:inline; 
	border:1px solid #10a710; 
	background-color: #10a710;
	border-radius: 4px;
	overflow:hidden; 
	text-align:center;
	position: relative;
}
.picScroll-left .bd ul li .pic{ text-align:center;-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s; }
.picScroll-left .bd ul li .pic img{ 
	width:208px; 
	height:158px; 
	display:block;  
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.picScroll-left .bd ul li .title{
	width: 100%;
	height: 32px;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 29px;
	line-height:29px;  
	background: url(../images/pro_l_bg_11.png);
	color:#fff;
	text-align: center;
}
.picScroll-left .bd ul li .pic img:hover{
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.picScroll-left .bd ul li .title a{
	color:#fff;
	display: block;
	line-height: 32px;
}
/* .about_us_aa{
	height: 371px;
} */
.about_us_aa_cc{
	width: 980px;
	margin:0 auto;
	overflow: hidden;
	padding-bottom: 16px;
	background: url(../images/common_bg_07.jpg) no-repeat center bottom;
}
.au_logo{
	text-align: center;
	margin-top: 40px;
}
.au_logo img{
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.au_logo img:hover {
	-webkit-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}
.au_c{
	width: 720px;
	text-align: center;
	color:#fff;
	margin-top: 25px;
	margin-left: 140px;
	overflow: hidden;
	line-height: 28px;
}

.more_btn{
	display: inline-block;
	width: 120px;
	height: 32px;
	background-color: #fff;
	color:#23201d;
	border-radius: 15px;
	text-align: center;
	line-height: 32px;
	margin-top: 25px;
	-webkit-box-shadow: 0 3px 3px #23201d;
	box-shadow: 0 3px 3px #23201d;
}
.more_btn:hover{
	color:#fff;
	background-color: #ea7724;
}

.case_title_index{
	text-align: center;
	margin:33px 0;
}
.case_title_index h2{
	color:#23201d;
	font-size: 24px;
	font-weight: normal;
}
.case_title_index span{
	color:#ea7724;
	font-size: 28px;
}
.case_index_c{
	width: 980px;
	margin:0 auto;
}
.case_show{
	margin-bottom: 43px;
}
.case_show div img{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.case_show div:hover img{
	-webkit-box-shadow: 0 4px 4px #666;
	box-shadow: 0 4px 4px #666;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.case_more{
	width: 187px;
	height: 144px;
	background: #ea7724 url(../images/001394_14.jpg) no-repeat 27px 19px;
	padding:19px 27px;
	margin-bottom: 4px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;

}

.case_more:hover{
	-webkit-box-shadow: 0 4px 4px #666;
	box-shadow: 0 4px 4px #666;
}
.case_more span{
	display: block;
	font-size: 20px;
	color:#fff;
	font-weight: bold;
	margin-top: 64px;
}
.case_more a{
	display: inline-block;
	width: 109px;
	height: 36px;
	line-height: 36px;
	color:#fff;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 5px;
	margin-top: 15px;
}
.case_more a:hover{
	background-color: #fff;
	color:#ea7724;
	font-weight: bold;
}
.bg_pic {
	margin-right: 4px;
	margin-left: 10px;
}
.right_pic{
	margin-right: 10px;
}
.news_index_new{
	margin-top: 30px;
	background-color: #f2f2f2;
}

.news_index_cc{
	width: 980px;
	margin:0 auto;
	padding-bottom: 38px;
	background: url(../images/common_bg_07.jpg) no-repeat center bottom;
}
.news_index_cc_new{
	background: none;
	padding-bottom: 25px;
}

.cc_common_title{
	position: relative;
}
.cc_common_title h2{
	color:#636363;
	font-size: 24px;
}
.cc_common_title span{
	display: inline-block;
	color:#10a710;
	font-size: 28px;
	font-family: "Impact";
}
.cc_common_title a{
	position: absolute;
	right: 0;
	bottom: 7px;
	display: inline-block;
	background-color: #23201d;
	color:#fff;
	padding:2px 5px;
}
.l_news_content{
	width: 498px;
}
.nic_t{
	margin-top: 24px;
}
.right_c{
	width: 230px;
	margin-left: 13px;
}
.right_c h2{
	font-size: 14px;
	font-family: "宋体";
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color:#ea7724;
}
.right_c h2:hover{
	text-decoration: underline;
}
.right_c span{
	display: inline-block;
	height: 36px;
	line-height: 18px;
	font-family: "宋体";
	overflow: hidden;
	margin-top: 5px;
	font-size: 12px;
	color:#939393;
}

.news_all{
	 margin-top: 15px;
}
.news_all ul li{
	font-size: 12px;
	color:#5d5d5d;
	padding:9px 0;
}
.news_all ul li a{
	display: inline-block;
	width: 80%;
	color:#5d5d5d;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-family: "宋体";

}
.news_all ul li a i{
	display: inline-block;
	width: 11px;
	height: 9px;
	background: url(../images/0014043_15.jpg) no-repeat left top;
	margin-right: 13px;
	-webkit-transition: transform 0.3s ;
	-o-transition: transform 0.3s ;
	transition: transform 0.3s ;
}
.news_all ul li a:hover{
	color:#10a710;
}
.news_all ul li a:hover i{
	background-position: left bottom;
	-webkit-transform: translateX(3px);
	-ms-transform: translateX(3px);
	-o-transform: translateX(3px);
	transform: translateX(3px);
}
.news_all ul li span{
	float: right;
	font-family: "宋体";
}



.r_news_content{
	width: 448px;
	overflow: hidden;
}
.r_news_content_new{
	width: 395px!important;
	margin-top: 35px;
	padding-left: 53px;
	overflow: hidden;
	border-left: 1px solid #ccc;
}
.honor_list{
	margin-left: -25px;
	margin-top: 20px;
}
.honor_list ul li{
	float: left;
	width: 209px;
	height: 158px;
	border:1px solid #10a710;
	border-radius: 5px;
	overflow: hidden;
	margin-left: 25px;
	overflow: hidden;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.honor_list ul li img{
	width: 209px;
	height: 158px;
}
.honor_list ul li:hover{
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: 0 2px 4px #444;
	box-shadow: 0 2px 4px #444;
	opacity: 0.9;
	filter: alpha(opacity=90);
}



.contact_bottom{
	text-align: right;
}
.contact_bottom h2{
	font-size: 30px;
	color:#636363;
}
.contact_bottom span{
	display: block;
	font-size: 36px;
	color:#10A710;
	font-family: "Impact";
}
.contact_map{
	margin-top: 20px;	
}
.contact_content{
	width: 217px;
	height: 131px;
	overflow: hidden;
	font-size: 12px;
	font-family: "宋体";
	line-height: 24px;
}
.contact_content span{
	display: inline-block;
/* 	float: right; */
	width: 178px;
	vertical-align: top;
}

.contact_pic img{
	width: 175px;
	height: 116px;
	border: 1px solid #10a710;
}

/* 本例子css */
.slideBox{ width:308px; height:218px; overflow:hidden; position:relative; border:1px solid #10a710; margin-top: 20px; }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:0; bottom:0; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{
	color:#fff; 
	font-size: 12px; 
	float:left; 
	margin-right:2px;  
	width:16px; 
	height:16px; 
	line-height:16px; 
	text-align:center;
	background-color: rgba(0,0,0,0.6); 
	cursor:pointer; 
}
.slideBox .hd ul li.on{ background:#a5080f; color:#fff; width: 26px;}
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:308px; height:218px; display:block;  }
.slideBox .bd img:hover{
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.news_all_new{
	margin-left: 18px;
}

.bb_nav{
	height: 45px;
	background-color:#10a710;
	position: relative;
}
.bb_nav_c{
	width: 1050px;
	margin:0 auto;
}
.bb_nav ul li{
	width: 105px;
	float: left;
	text-align: center;
}
.bb_nav ul li a{
	display: inline-block;
	width: 80px;
	height: 28px;
	line-height: 28px;
	color:#fff;
	margin-top: 9px;
	font-size: 12px;
	font-family: "宋体";
	border-radius: 4px;
}
.bb_nav ul li a:hover{
	background-color: #23201d;
}
.bb_nav_c span{
	display: inline-block;
	width: 42px;
	height: 21px;
	background: url(../images/0013942_22.png) no-repeat center center;
	position: absolute;
	left: 50%;
	margin-left: -21px;
	bottom: -21px
}

.xml_map{
	margin-top: 38px;
	margin-bottom: 15px;
	height: 34px;
	line-height: 34px;
	background: url(../images/00139434_29.jpg) no-repeat left center;
}
.xml_map a{
	color:#a7a7a7;
	font-family: "宋体";
	font-size: 12px;
	padding-left: 46px;
}
.top_contact{
	float: right;
	margin-top: 17px;
}
.top_contact h2{
	color:#ffffff;
	font-size: 22px;
	background: url(../images/001399_03.jpg) no-repeat right center;
	padding-right: 33px;
	text-align: right;
}
.top_contact span{
	display: inline-block;
	font-size: 20px;
	color:#fff;
	background: url(../images/0014042_07.png) no-repeat left center;
	font-family: "Impact";
	padding-left: 25px;
}

.share_i{
	margin-top: 80px;
}

.c_title_new{
	margin-top: 0;
}

.contact_content_new{
	height: auto!important;
	margin-top: 5px;
}
/* banner */
.atm_banner { width: 100%; height: auto; position: relative; overflow:hidden;z-index:0}
.atm_banner img{display:block;margin:0 auto;}
.atm_banner_box{position:absolute;top:0;left:50%;}
.atm_btns{width:1002px;position: absolute;height:81px;left:50%;top: 40%;margin: 0 0 0 -501px;}
.atm_btns .atm_prev,
.atm_btns .atm_next {width: 100px; height: 100px;/* float:left; */font:700 100px/70px "simsun";color:#ef8200;text-align:center;
	position: absolute;
	left: -18%;
	top: 0;
}
.atm_btns .atm_next {float:right;background-position: right center;
	position: absolute;
	left:108%;
	top: 0;
}
.common_color,.has_account a.common_color{color:#10a710}
.common_bg,.common_page a.nowpage,.common_page a:hover,.vip_left_nav li.vip_left_btn1:hover,.vip_left_nav li.vip_left_btn1.nowpage,.vip_left_nav li.vip_left_btn2:hover,.vip_left_nav li.vip_left_btn2.nowpage,.vip_left_nav li.vip_left_btn3:hover,.vip_left_nav li.vip_left_btn3.nowpage,.vip_left_nav li.vip_left_btn4:hover,.vip_left_nav li.vip_left_btn4.nowpage,.vip_add_address a.common_bg,.vip_login li input.common_bg,.level_bg p.common_bg,.scrollbutton.smallImgUp:hover,.scrollbutton.smallImgDown:hover,.star_score_box p.common_bg,.view_img_btns input,.view_imgs .prev:hover,.view_imgs .next:hover{background-color:#10a710}
.common_border_color,.type_choose span.border_color,.type_choose2 span.border_color,.view_imgs .listBox .on img{border-color:#10a710}
.product_about_top span.on{border-top-color:#10a710}


/* 子页基础架构 */
.main{width:1002px;height:auto;overflow:hidden;margin:0 auto;position:relative;padding-bottom: 13px;}
#contentLeft{position:absolute;top:0;left:0;height:auto;width:240px}
#contentRight{float:right;width:740px;height:auto;overflow:hidden}
/*.left{float:left;margin-left:-296px;width:280px;height:auto;overflow:hidden;}*/
.right{overflow:hidden;}
.right_con{width:100%;height:auto;overflow:hidden;font:14px/30px "microsoft yahei";padding:16px 0}
.right_con div,.right_con p{font-size:14px;}
/* 产品 */
.product1,.product2,.product3,.product4,.product5,.product6,.product7,.product7 li,.product8,.product8 li{width:100%;height:auto;overflow:hidden;}
.product1 li,.product2 li,.product3 li,.product4 li,.product5 li,.product6 li{width:33%;float:left;height:auto;overflow:hidden;position:relative}
.product1 li>a,.product2 li>a,.product6 li>a{display:block;width:88%;margin:3px auto;height:auto;overflow:hidden;position:relative;}
.product1 li>a>img,.product2 li>a>img,.product3 li img,.product4 li div a img,.product5 li div a img,.product6 li a img{display:block;}
.product1 li>p,.product2 li>p,.product3 li>p,.product4 li>p,.product5 li>p,.product6 li>p{width:88%;margin:0 auto;text-align:center;font:14px/42px "microsoft yahei";}
.product2 li>a>span{display:block;position:absolute;width:90%;padding:5%;left:0;top:0;font:14px/30px "microsoft yahei";color:#fff;background:url(../images/blackbg.png) 0 0 repeat;height:90%;overflow:hidden;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;filter:alpha(opacity=0);opacity: 0;}
.product2 li>a:hover span{display:block;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;filter:alpha(opacity=100);opacity: 1;}
.product3 li>div{width:88%;margin:3px auto;height:auto;position:relative;}
.product3 li>div>p,.prod-zoom{position:absolute;background:url(../images/product_zoom.png) 0 0 no-repeat;width:53px;height:53px;left:50%;top:50%;margin:-26px 0 0 -26px;cursor: pointer;z-index:1;top:-100%;-webkit-transition:all 0.5s ease-in-out 0s;-moz-transition:all 0.5s ease-in-out 0s;-ms-transition:all 0.5s ease-in-out 0s;transition:all 0.5s ease-in-out 0s;}
.product3 li>div:hover p,.prod7-left:hover p,.prod8-left:hover p{top:50%;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;}
.product4 li div{width:88%;padding:4px;margin:3px auto;border:2px solid transparent;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;}
.product4 li div a,.product5 li div a{display:block;width:100%;overflow:hidden;}
.product5 li div{width:88%;padding:6px;margin:3px auto;position:relative;}
.product5 li div p,.product5 li div:hover p,.product6 li,.product6 li:hover{-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;}
.pro5-border1{position: absolute;left:0;top:0;width:0;border-top:2px solid transparent;}
.pro5-border2{position: absolute;left:0;top:0;height:0;border-left:2px solid transparent;}
.pro5-border3{position: absolute;right:0;top:0;height:0;border-right:2px solid transparent;}
.pro5-border4{position: absolute;left:0;bottom:0;width:0;border-bottom:2px solid transparent;}
.product5 li div:hover p.pro5-border1,.product5 li div:hover p.pro5-border4{width:100%;}
.product5 li div:hover p.pro5-border2,.product5 li div:hover p.pro5-border3{height:100%;}
.product6{padding-top:12px;}
.product6 li{position:relative;top:0}
.product6 li:hover{top:-12px;}
.product7 li,.product8 li{padding-bottom:16px;}
.prod7-left{float:left;width:31.25%;height:auto;overflow:hidden;position:relative;}
.prod7-left a,.prod8-left a{display:block;width:100%;height:auto;overflow:hidden;}
.prod7-left a img,.prod8-left a img{display:block;width:100%;}
.product7 li>p{float:left;width:63.4375%;margin-left:3.4375%;font:16px/36px "microsoft yahei";color:#9a9a9a;height:36px;overflow:hidden;}
.product7 li>p>a,.product8 li>p a{float:left}
.product7 li>p>span,.product8 li>p span{float:right;}
.prod7-right{float:left;width:63.4375%;margin-left:3.4375%;height:120px;overflow:hidden;font:14px/30px "microsoft yahei";color:#7c7c7c;}
.product8 li>p{width:100%;height:36px;overflow:hidden;font:16px/36px "microsoft yahei";color:#9a9a9a;}
.prod8-left{float:left;width:22.8125%;height:auto;overflow:hidden;position:relative;margin-right:1.875%;}
.prod8-right{float:left;width:73.125%;height:120px;overflow:hidden;font:14px/30px "microsoft yahei";color:#7c7c7c;}
/* 图片放大部分 */
#picShow{position: fixed;width:100%;height:100%;background:url(../images/blackbg.png) 0 0 repeat;left:0;top:0;z-index:9999}
.pic_show_box{width:100%;height:100%;overflow:hidden;position: relative;}
.pic_show_box img{display:block;margin:93px auto 0;border:5px solid rgba(255,255,255,.2);}
#pic_quit{position: absolute;background:url(../images/quit.png) 0 0 no-repeat;width:64px;height:64px;top:0;right:0;cursor: pointer}
#lbtn{display:block;position: absolute;background:url(../images/leftbtn1.png) 0 0 no-repeat;width:53px;height:53px;top:287px;left:65px;}
#rbtn{display:block;position: absolute;background:url(../images/rightbtn1.png) 0 0 no-repeat;width:53px;height:53px;top:287px;right:65px;}
.pic_show_box p{width:593px;text-align:center;margin:0 auto;overflow:hidden;font:18px/106px "microsoft yahei";color:#0c4201;text-overflow: ellipsis;white-space: nowrap}
.pic_show_box p a{color:#fff;}
/* 新闻 */
.news{width:100%;height:auto;overflow:hidden;}
.news li{width:100%;height:50px;border-bottom:1px dotted #232323;overflow:hidden;background:url(../images/icons1.jpg) 8px center no-repeat;text-indent:19px;font:14px/50px "microsoft yahei";color:#1d1d1d;}
.news li a{float:left;color:#1d1d1d}
.news li span{float:right;}
.news li.blank{margin-bottom:26px;}

.news1{width:100%;height:auto;overflow:hidden;margin:12px auto;}
.news1 li{width:100%;padding:5px 0; height:30px;font:14px/30px "microsoft yahei";color:#737373;/* background:#fff; */border-bottom:1px solid #10a710;}
.news1 li a{float:left;margin-left:12px;}
.news1 li span{float:right;margin-right:12px;}
.news2 li{border-bottom:1px solid #ccc;}
.news3 li{border-bottom:1px dashed #ccc;}
#news5 li.news4-bg{background:#eee;}
#news5 font{-webkit-transition:all 0.1s ease-in-out 0s;-moz-transition:all 0.1s ease-in-out 0s;-ms-transition:all 0.1s ease-in-out 0s;transition:all 0.1s ease-in-out 0s;}
.news_fadein li{-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;-webkit-transform:rotateX(90deg);-moz-transform:rotateX(90deg);-ms-transform:rotateX(90deg);transform:rotateX(90deg);}
.news_fadein li.show-animation{-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;-webkit-transform:rotateX(0deg);-moz-transform:rotateX(0deg);-ms-transform:rotateX(0deg);transform:rotateX(0deg);}
.news_fadein li.show-animation:nth-child(1){-webkit-transition-delay: 100ms;-moz-transition-delay: 100ms;-ms-transition-delay: 100ms;transition-delay: 100ms;}
.news_fadein li.show-animation:nth-child(2){-webkit-transition-delay: 200ms;-moz-transition-delay: 200ms;-ms-transition-delay: 200ms;transition-delay: 200ms;}
.news_fadein li.show-animation:nth-child(3){-webkit-transition-delay: 300ms;-moz-transition-delay: 300ms;-ms-transition-delay: 300ms;transition-delay: 300ms;}
.news_fadein li.show-animation:nth-child(4){-webkit-transition-delay: 400ms;-moz-transition-delay: 400ms;-ms-transition-delay: 400ms;transition-delay: 400ms;}
.news_fadein li.show-animation:nth-child(5){-webkit-transition-delay: 500ms;-moz-transition-delay: 500ms;-ms-transition-delay: 500ms;transition-delay: 500ms;}
.news_fadein li.show-animation:nth-child(6){-webkit-transition-delay: 600ms;-moz-transition-delay: 600ms;-ms-transition-delay: 600ms;transition-delay: 600ms;}
.news_fadein li.show-animation:nth-child(7){-webkit-transition-delay: 700ms;-moz-transition-delay: 700ms;-ms-transition-delay: 700ms;transition-delay: 700ms;}
.news_fadein li.show-animation:nth-child(8){-webkit-transition-delay: 800ms;-moz-transition-delay: 800ms;-ms-transition-delay: 800ms;transition-delay: 800ms;}
.news_fadein li.show-animation:nth-child(9){-webkit-transition-delay: 900ms;-moz-transition-delay: 900ms;-ms-transition-delay: 900ms;transition-delay: 900ms;}
.news_fadein li.show-animation:nth-child(10){-webkit-transition-delay: 1000ms;-moz-transition-delay: 1000ms;-ms-transition-delay: 1000ms;transition-delay: 1000ms;}
.news_fadein li.show-animation:nth-child(11){-webkit-transition-delay: 1100ms;-moz-transition-delay: 1100ms;-ms-transition-delay: 1100ms;transition-delay: 1100ms;}
.news_fadein li.show-animation:nth-child(12){-webkit-transition-delay: 1200ms;-moz-transition-delay: 1200ms;-ms-transition-delay: 1200ms;transition-delay: 1200ms;}
.news_fadein li.show-animation:nth-child(13){-webkit-transition-delay: 1300ms;-moz-transition-delay: 1300ms;-ms-transition-delay: 1300ms;transition-delay: 1300ms;}
.news_fadein li.show-animation:nth-child(14){-webkit-transition-delay: 1400ms;-moz-transition-delay: 1400ms;-ms-transition-delay: 1400ms;transition-delay: 1400ms;}
.news_fadein li.show-animation:nth-child(15){-webkit-transition-delay: 1500ms;-moz-transition-delay: 1500ms;-ms-transition-delay: 1500ms;transition-delay: 1500ms;}
.news_indent li a{text-indent:0;-webkit-transition:all 0.1s ease-in-out 0s;-moz-transition:all 0.1s ease-in-out 0s;-ms-transition:all 0.1s ease-in-out 0s;transition:all 0.1s ease-in-out 0s;}
.news_indent li:hover a{text-indent:20px;-webkit-transition:all 0.2s ease-in-out 0s;-moz-transition:all 0.2s ease-in-out 0s;-ms-transition:all 0.2s ease-in-out 0s;transition:all 0.2s ease-in-out 0s;}
/* 详细页 */
.view-title{width:100%;text-align:center;font:20px/36px "microsoft yahei";color:#333;padding:14px 0 0;}
.view-date{width:100%;text-align:center;font:12px/24px "microsoft yahei";color:#999;}
.view-date span{margin:0 7px;}
.view-share{width:140px;margin:0 auto;}
.view-pages{width:100%;height:auto;overflow:hidden;margin:20px auto;}
.view-pages p{width:100%;height:30px;text-overflow: ellipsis;overflow:hidden;white-space: nowrap;border-bottom:1px dashed #ddd;}
.view-back{display:block;width:100px;height:30px;margin:10px auto;text-align:center;font:14px/30px "microsoft yahei";}
/* left-type */
#left-type{width:100%;height:auto;overflow:hidden;}
#left-type li{width:100%;/* height: 33px; */line-height: 31px;background-color: #eaeaea;margin-bottom: 10px;text-align: center;}
#left-type li a{
	color:#6d6d6d;
	display:block;
	height: 31px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-family: "宋体";
	font-weight: bold;
}
#left-type>li>ul>li{
	background-color: #f7f7f7!important;
	margin-bottom: 0;
}
#left-type>li>ul>li>a{/* 	text-indent:25px; */background-color: #f7f7f7!important;border-top: 1px solid #d5d5d5;margin: 0 7px;padding: 3px 0;font-weight: normal;}
#left-type>li>ul>li>ul>li>a{text-indent:40px;}
#left-type>li>ul>li>ul>li>ul>li>a{text-indent:55px;}
#left-type>li>ul>li>ul>li>ul>li>ul>li>a{text-indent:70px;}
#left-type li ul{/* display:none */}
#left-type .proTwo{display: block;}
#left-type li ul.show>li>ul{display:block;}
#left-type li a.on{background:#ea7724!important; color:#fff;margin:0!important;}
/* 整体修改颜色 */
.pg-color{color:#10a710;}
.pg-border-color,.product4 li div:hover{border-color:green;}
.pg-color:hover{color:blue}

/* view */
.view h1{width:100%;text-align: center;font: 20px/35px "microsoft yahei";color:#343434;}
.date{width:100%;text-align:center;font:12px/32px "microsoft yahei";color:#7d7d7d}
.page{width:100%;margin:10px auto;overflow: hidden;position: relative}
.page p{width:100%;height:28px;font:12px/28px "microsoft yahei";color:#1d1d1d;overflow: hidden;}
.page p a{color:#1d1d1d}
.page p a:hover,.back:hover{text-decoration: underline}
.back{font:14px/39px "microsoft yahei";color:#fff;background:#10a710;width:138px;margin:0 auto;border-radius:4px;display:block;text-align:center;}
.view img{max-width: 100%;display:inline}
.view div{font-size:14px;}
.pdf_down{display:block;background:url(../images/pdf.jpg) 0 0 no-repeat;width:224px;height:46px;margin:10px auto;font:14px/46px "microsoft yahei";color:#fff;text-indent:74px;}
.white-bg{background:#fff;padding:10px 0;}

#allmap{margin:20px 0;height: 400px;}
/* con1 */
.con1{width:1002px;height:480px;margin:0 auto;overflow:hidden;}
.con1-left{width:238px;height:auto;overflow:hidden;background:#fff;margin-bottom: 7px;}
.left-title1{width:100%;height:63px;/* background:url(../images/left_title1.jpg) 0 0 repeat-x;  */ text-align:left;font:18px "microsoft yahei";color:#fff;}
.class_up{display:block;background:url(../images/left_top.jpg) 0 0 no-repeat;width:238px;height:19px;margin:11px auto 8px;}
.class_down{display:block;background:url(../images/left_bottom.jpg) 0 0 no-repeat;width:238px;height:19px;margin:8px auto 12px;}
.con1_class{width:238px;height:1105px;overflow:hidden;margin:0 auto;position:relative;}
.con1_class>ul{position:absolute;left:0;top:0;width:100%;}
.con1_class ul li{width:195px;overflow:hidden;font:14px/41px "microsoft yahei";color:#1d1d1d;padding:0 0;}
.con1_class ul li a{color:#1d1d1d;}
.con1_class>ul>li>a{ padding:0 14px; background: transparent; }
.con1_class>ul li a:hover { background:url(../images/arrow1.png) 10px 14px no-repeat #ededed;}

/* book*/
.mainContectx{ 
	overflow:hidden
	margin-top:16px; height:auto!important; min-height:845px; height:845px;padding-bottom:20px;
	font-size:14px; color:#222; word-wrap:break-word; word-break:break-all;}
.bookx{  padding-left:25px; clear:both;}
.bookmain{width:640px; margin:20px auto; height:auto;background:#fff;padding:0 25px ;  }
.bookline{width: 640px; height:20px;float:left; margin-top:10px;}
.book3{ width:640px; margin:0 auto;}
.booktop{ width:640px; height:30px; float:left; background:url(../images/bookico.png) no-repeat 10px 7px; }
.booktop_name{ width:470px; height:30px; float:left; padding-left:30px; line-height:30px; font-weight:bold;}
.booktop_time{ width:150px; height:30px; float:left; color:#ccc; text-align:right; line-height:30px;}
.bookcontent{ width:610px; min-height:40px; height: auto!important; height:40px;float:left; border:1px solid #d6deef; background:url(../images/bookcontentbg.jpg) repeat-x; background-color:#fff; padding:10px; color:rgb(30,54,1);}
.bookadmin{ width:650px; height:auto; float:left;}
.bookadmin_top{ width:630px; height:12px; float:left; line-height:0px; overflow:hidden}
.bookadmin_mid{ width:610px;min-height: 24px; background:#fff; height: auto!important; height:30px; border-left:1px solid #d6deef; border-right:1px solid #d6deef; border-bottom:1px solid #d6deef; float:left; padding:10px; color:rgb(30,54,1);}
.admintimecol{ color:#5e7194;}
.message{ width:600px; height:auto; padding-left:50px; padding-bottom:30px;padding-top:20px}
.message li{ width:500px;height:40px; float:left; margin:0px; padding:0px; cur/sor:pointer}
.message li input{ height:20px; line-height:20px; width:150px; border:1px solid #ccc;}
.message li p.message_title{
	float:left;
	width:100px; height:25px;  
	text-align:right; line-height:20px;font-size:14px;color:#222}
.message li p.message_content{ width:400px; height:25px; float:left;}
.message li.contentb{ width:500px;height:160px; float:left;}
.message li.contentb textarea{ width:370px; height:120px; border:1px solid #ccc }
.message li.yzm{ width:500px;height:60px; float:left;}
.message li p.message_yzminput{ width:100px; height:15px; float:left;}
.message li p.message_yzminput input{ width:80px;}
.message li p.message_yzmico{ width:100px; height:40px; float:left;}
.message li p.message_sub{ width:170px; height:40px; float:left; text-align:right;}
.message li p.message_sub input{float:left;width: 134px;height: 30px;display: block;border-radius: 10px;border: none;color: #fff;font-size: 16px;line-height: 30px;text-align: center;background: #10A710;cursor: pointer;}
.c_red{ color:#fF6600;}

/*==========分页样式===========*/
.paging {width:100%;height:24px;text-align:center; padding:15px 0; float:right}
.paging a {font:12px/24px "microsoft yahei";color:#333;text-decoration:none;padding:0 8px;border:solid 1px #ddd;display:inline-block;white-space:nowrap;margin:0 3px;}
.paging a {background:none;cursor: pointer;}
.paging a:hover {background:#85cf85;color:#fff;}
.paging .hover {background:#10a710;color:#fff;}
/* product view 产品内页 */
.view_imgs{width:555px;height:500px;margin:20px auto;position:relative;background:#f7f7f7;}
.view_imgs .btn{position:absolute;width:15px;height:70px;top:422px;cursor:pointer;z-index:99;font-size:50px;font-weight:bold;}
.view_imgs .prev{left:0;background:url(../images/view_left.png) no-repeat center center #bfbebe;}
.view_imgs #prev,.view_imgs #prev #next{width: 15px;height: 70px;margin-left: 0;}
.view_imgs #prevTop,.view_imgs #nextTop{display:none}
.view_imgs .next{right:0;background:url(../images/view_right.png) no-repeat center center #bfbebe;}
.view_imgs li{float:left;}
.view_imgs .prev:hover,.view_imgs .next:hover{background-color: #10a710;}
.view_imgs .cf li{position:relative;color:#fff;}
.view_imgs .cf a{display:block;width:555px;height:416px;position:absolute;color:#fff;}
.view_imgs .picBox{height:416px;position:relative;overflow:hidden;}
.view_imgs .picBox ul{height:416px;position:absolute;}
.view_imgs .picBox li{width:555px;height:374px;}
.view_imgs .listBox{width:511px;height:71px;margin:0 auto;position:relative;padding:6px 0 10px;overflow:hidden;}
.view_imgs .listBox ul{height:71px;position:absolute;}
.view_imgs .listBox li{width:104px;height:71px;cursor:pointer;position:relative;}
.view_imgs .listBox li a{display:block;width:95px;height:71px;}
.view_imgs .listBox li img{width:95px;height:71px;}
.view_imgs .listBox .on img{width:89px;height:65px;border: 3px solid #10a710;}
.ol_width { width:580px;}
